IObservableMap.MapChanged Event

Occurs when the map changes.

Syntax

public:
event MapChangedEventHandler<K, V>^ MapChanged {
         EventRegistrationToken add (MapChangedEventHandler<K, V>^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

The event handler receives an IMapChangedEventArgs<K> object that contains data that describes the event.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IObservableMap Generic Interface

IObservableMap Members

Windows.Foundation.Collections Namespace